-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(ci): validate project fields in prs and issues #374
Merged
minikin
merged 17 commits into
feat/validate-project-fields-in-prs-and-issues
from
feat/validate-project-fields-in-prs-and-issues-sj
Feb 5, 2025
Merged
Feat(ci): validate project fields in prs and issues #374
minikin
merged 17 commits into
feat/validate-project-fields-in-prs-and-issues
from
feat/validate-project-fields-in-prs-and-issues-sj
Feb 5, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ts easier to use outside earthly
…arty imports, no poetry)
…at/validate-project-fields-in-prs-and-issues-sj
a2b3bbe
into
feat/validate-project-fields-in-prs-and-issues
1 of 5 checks passed
minikin
added a commit
that referenced
this pull request
Feb 6, 2025
* ci: add project-fields-validator * chore: update python and earthly * Update Earthfile * feat: update ProjectFieldsValidator * chore: refactor python code * Update README.md * Update main.py * chore: ci lint fixes * Update Earthfile * Update Earthfile * Update Earthfile * Update Earthfile * Update Earthfile * Update Earthfile * feat: add GitHub action * Update validate-project-fields.yml * Update validate-project-fields.yml * wip: clean up * chore: add GITHUB_TOKEN * Update Earthfile * Update validate-project-fields.yml * Update validate-project-fields.yml * Update validate-project-fields.yml * wip * wip * wip * Update validate-project-fields.yml * wip * wip: testing * wip: testing * wip: testing * wip: testing * wip: cleanup * Update main.py * Update main.py * Update main.py * Update validate-project-fields.yml * Feat(ci): validate project fields in prs and issues (#374) * feat(cat-ci): Make the action only use python standard libraries so its easier to use outside earthly * feat(python): Add feature to check stand alone python files (no 3rd party imports, no poetry) * feat(python): make check use stand alone python mode * feat(python): add local coce formater and linter check for python * feat(python): more edits for stand alone mode and debugging * fix(python): third parry imports check needs rust * fix(python): fix ci issues with changes made * fix(python): Fix CI issues found with the improved python tooling * fix(cat-ci): remove debug prints * fix(cat-ci): project action runner * fix(cat-ci): try action again * fix(cat-ci): Try and actually run the action now * fix(cat-ci): try a custom PAT secret * fix(cat-ci): Update token scope doc * fix(cat-ci): Rename GITHUB_TOKEN to make it distinct from other tokens * fix(cat-ci): secrets can't start with GITHUB_ * Update validate-project-fields.yml * Update validate-project-fields.yml * Update validate-project-fields.yml --------- Co-authored-by: Joshua Gilman <[email protected]> Co-authored-by: Steven Johnson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Try and make the action stand alone, so we can just run it in the github action without needing earthly
or installing dependencies.